home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
programming
/
other
/
tandem
/
teaching
/
8.asm
< prev
next >
Wrap
Assembly Source File
|
1999-09-06
|
165b
|
9 lines
* 8.asm Program branching version 0.00 1.9.97
move.l #0,d0
bra fred ;BRA stands for "branch" (like GOTO in AmigaBASIC)
bill:
rts
fred:
bra bill